T
type of the current extension
Keysight Pathwave 89600 VSA .NET API
GetExtension<T> Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.VsaInternal Namespace > IExtensible<TExtension> Interface : GetExtension<T> Method


Glossary Item Box

Gets the current extension.

Syntax

Visual Basic (Declaration) 
Function GetExtension(Of T As TExtension)() As T
C# 
T GetExtension<T>()
where T: TExtension
C++/CLI 
T^ GetExtensiongeneric<typename T>
(); 
where T: TExtension

Type Parameters

T
type of the current extension

Return Value

the current extension

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also